home *** CD-ROM | disk | FTP | other *** search
/ MIDICraft's MIDINET CD-ROM / MIDICraft's MIDINET CD-ROM.iso / DOCS / FTPMAIL.TXT < prev    next >
Encoding:
Text File  |  1997-06-05  |  4.0 KB  |  104 lines

  1. HTTX 1.1b
  2.  
  3. URL  : http://www.olga.net/ftpmail.html
  4. Title: OLGA using ftpmail
  5.  
  6.  
  7.  
  8.  
  9. The following is from Ryan Harding's old faq.
  10.  
  11. I don't have real-time internet connection or my system doesn't support ftp. 
  12. ============================================================================
  13. What can I do?
  14. ==============
  15. You can get access via ftpmail.  This is basically an offline request version
  16. of the interactive "ftp" command detailed earlier.  I know of the following
  17. ftpmail services:
  18.  
  19. ftpmail@sunsite.unc.edu
  20.  
  21. ftpmail@decwrl.dec.com    
  22.  
  23. mailserver@informatik.tu-muenchen.de  (only for Munich mirror & MUSIC archive)
  24.  
  25. [Note: these are internet addresses - if you use a non-internet email service
  26. like FIDOnet, compuserve or bitnet you may need to modify the address.  Email
  27. me if you don't know how to do this.  I'd like to add this to the guide so if
  28. anyone on these services would like to help (5 minutes of your time) email me]
  29.  
  30. Of these the ftpmail@sunsite.unc.edu service looks most user-friendly.
  31.  
  32. There is another ftpmail server which I only recommend using if you have
  33. access to "uudecode", "uud" or "xxencode".  It does offer HELP in HOWTOFTP and
  34. also for users of VMS.  It's address is bitftp@pucc.bitnet.
  35.  
  36. The server at mailserver@informatik.tu-muenchen.de provides simple access to
  37. the Munich archives only.  It also requires that the user is able to "uudecode"
  38. and "gunzip" the files which are returned in their email messages since it will
  39. not decompress files "on-the-fly".  It must therefore use the file names listed
  40. at the Munich site (usually those from INDEX and FLAT.INDEX but with a ".gz"
  41. extension added.)  For more info ask for help as below.
  42.  
  43. To get further instructions, you should email the appropriate server with the
  44. subject "HELP" and message body "help".  For example, to get more info from
  45. all these services send the message between the === lines below.  If you
  46. don't wish to use the mailserver@informatik.tu-muenchen.de service don't send
  47. the carbon-copy to that address.
  48. ===
  49. To: ftpmail@decwrl.dec.com,ftpmail@sunsite.unc.edu
  50. Cc: mailserver@informatik.tu-muenchen.de
  51. Subject: HELP
  52.  
  53. help
  54. quit
  55. ===
  56.  
  57. A reply will automatically be despatched to you usually within minutes of the
  58. server receiving the email (not necessarily within minutes of you sending it!).
  59.  
  60. Use the instructions and PLEASE let me know of any pitfalls or ambiguities you
  61. encounter and tell me which servers you prefer.  To access the Nevada archive,
  62. you should send a message of roughly the following form (this is in sunsite
  63. syntax):
  64.  
  65. open ftp.uwp.edu
  66. cd pub/music/guitar
  67. get FLAT.INDEX
  68. quit
  69.  
  70. This will obtain the index of the archive which should reach you in a day or so
  71. if not a minute or less.  (If the file FLAT.INDEX can't be found, it may be
  72. currently saved under another name so try again with this or try the command
  73. "cd pub/music/guitar" then "ls" to find out what it's called).  You can search
  74. FLAT.INDEX with an editor or word-processor or, in UNIX, the grep command.  For
  75. example, in UNIX, to find any songs with "mystic" in them, I type:
  76.  
  77. grep mystic FLAT.INDEX
  78.  
  79. and the response is:
  80.  
  81. ./c/camel/mystic_queen
  82. ./m/bob_marley/natural_mystic.crd
  83. ./m/van_morrison/into_the_mystic.crd
  84.  
  85. At other sites without an index file you'll need to use the "ls" command to get
  86. directories.  If you move to the /pub/music/guitar or whatever the root
  87. directory is using the "cd" command, you might find out the contents of all
  88. subdirectories using a command like "ls -rf" then save the reply to a file.
  89.  
  90. To get a file such as into_the_mystic.crd, don't include any ".Z" extension
  91. named in the index or listing unless you use BINARY mode and can "uncompress"
  92. and "uudecode" files, just send the following sort of message body:
  93.  
  94. open ftp.uwp.edu
  95. cd pub/music/guitar
  96. get ./m/van_morrison/into_the_mystic.crd
  97. quit
  98.  
  99. You'll be sent the file in a day or maybe a minute.  To get more than one
  100. file, send more "get" commands on different lines of the message.  The "mget"
  101. command is not available on most ftpmail servers.
  102.  
  103.  
  104.